home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / WINDMISC / BIBLEWIN.LZH / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-11-16  |  834b  |  28 lines

  1. @echo off
  2. echo This batch file creates a directory named c:\biblewin and copies 
  3. echo files to it. 
  4. echo You must have at least 800K free on the drive.
  5. echo To stop batch file, hold the control (Ctrl) key
  6. echo and press the Break key.
  7. pause Press a key to continue.
  8. md c:\biblewin >nul
  9. copy install.bat c:\biblewin > nul
  10. copy readme.* c:\biblewin > nul
  11. copy list.com c:\biblewin > nul
  12. copy bwzip.exe c:\biblewin >nul
  13. c:
  14. cd c:\biblewin
  15. bwzip
  16. if not exist c:\windows\win.ini goto nowin
  17. copy c:\biblewin\vbrun100.dll c:\windows > nul
  18. del c:\biblewin\vbrun100.dll > nul
  19. del c:\biblewin\bwzip.exe
  20. echo For information on running the program, see the readme file.
  21. pause
  22. goto done
  23.  
  24. :nowin
  25. echo I can't find your windows subdirectory.
  26. echo You will have to copy the file named vbrun100.dll to that directory.
  27. :done
  28.